Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - multi threaded server
Search - multi threaded server - List
ftp 客户/服务器多线程下载源程序 实现客户端多线程下载功能-ftp client / server multi-threaded download source to achieve client multi-threaded download
Update : 2008-10-13 Size : 165849 Publisher : 谷新宇

多线程socket文件传输/支持断点续传/收发消息/点对多点 使用阻塞方式的socket,使用多线程,有较高的性能. 在局域网中测试达到极限速度. 支持断点续传. 服务端可同时接收多个文件. 传输文件的同时可以发送网络消息.-multi-threaded socket file transfer / support HTTP / transceiver news / obstruction use point-to-multipoint modes of socket, multi-threaded, high performance. In LAN test the speed limit. Support for HTTP. The server can also send multiple files. Transfer files with the when this network news.
Update : 2008-10-13 Size : 34313 Publisher : 韩为

基于TCP/IP的网络通信技术实现了面向连接的用户与服务器间点对点异步通信,本文在该基础上应用了多线程以及共享数据结构技术,使网络服务器具有了多用户间数据转发的功能,进而解决了局域网多用户间的通信问题。-TCP / IP-based network communications technology to achieve a connection-oriented users and server asynchronous point-to-point communications, in the paper on the basis of a multi-threaded applications and share data structure technology, network server with a multi-user data transmitted between the functions, thereby resolving the inter-LAN multi-user communication issues.
Update : 2008-10-13 Size : 848654 Publisher : 苏正荣

DL : 1
服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接-server and client presentation by Socket Interface (TCP) connections. Java use in presentation interface is quite simple, Java API sets to address the communications interface provides a type java.net.Socket. , Making the preparation of network applications relatively easily. Multi-threaded servers to meet the multi-user request, through JDBC and background database connections, and through the creation of a ServerSocket object from the client to monitor the connection request, the default port of 8080, then infinite loops call accept () method to accept client connections
Update : 2008-10-13 Size : 902994 Publisher : 周海波

DL : 1
一个java编写的在控制台中进行通信的简单局域网通信软件,服务器端采用多线程实现多客户服务.-prepared a java console in a simple communication LAN communications software, the server-use multi-threaded multi-customer service.
Update : 2008-10-13 Size : 2016 Publisher : 刘可

多线程 网络传输 开发环境:Delphi7.0+WinXP,没用其他控件(除了Delphi自带的Indy) 传输协议:TCP/IP 客户端一次发送65000字节的包,服务端负责组装并处理数据粘连。 使用ReadBuffer(),Send()函数来接收发送Buffer内字节,这样作的目的是使程序具有更好的灵活性。你可以自定义Buffer内那些字节的含义,例如是字符串、图像、声音、命令等等。 文件的多线程读写采用windows内存映像技术。 关键的服务器处理函数IdTCPServer1Execute(AThread: TIdPeerThread)是非线程安全的。如果使用临界区,那么多线程将在这里串行执行,严重降低多线程效率。对此,我采用一个简单的办法,具体可以看程序。-multithreaded network transmission development environment : Delphi7.0 WinXP, useless other controls (except for the Delphi Indy own) transmission protocol : TCP / IP client to send a 65,000-byte packets, the server is responsible for assembling and processing data adhesion. Use ReadBuffer (), Send () function to receive this Buffer byte, for the purpose of this is to make procedures better flexibility. You can define Buffer byte within the meaning of those, such as strings, images, sounds, etc. order. The documents used to read and write multi-threaded windows memory mapping technology. Key server function IdTCPServer1Execute (AThread : TIdPeerThread) non-thread safe. If the use of critical areas, so many threads here on serial implementation, a serious decline in the efficiency of multit
Update : 2008-10-13 Size : 69644 Publisher : 水滴

基于多线程的web服务器,提供了一个功能强大的类供应用扩展-based on multi-threaded web server, providing a powerful category using the extended supply
Update : 2008-10-13 Size : 97298 Publisher : 胡军

本章实现了一个功能简单的HTTP代理服务器,本章主要介绍多线程编程相关的知识,包括初始化临界段和删除临界段,使用临界段完成多个线程对临界资源的互斥访问,创建工作线程,退出工作线程,定义和设定事件,利用事件完成多个线程的同步与协作等。-chapter achieve a simple function of the HTTP proxy server, this chapter introduces multi-threaded programming related knowledge, including initialization and the deletion of critical threshold, the critical use of multiple threads to complete critical resources contradict visit, work to create threads, threads from work, definitions and setting, the use of multiple threads completed the synchronization and collaboration.
Update : 2008-10-13 Size : 62930 Publisher : chen

在盒子里得到了这么多朋友无私的帮助,真的表示感谢!看到很多朋友在寻求多线程网络传输代码,为此,从我开发的网络棋牌游戏中整理出这个献给大家:) 开发环境:Delphi7.0+WinXP,没用其他控件(除了Delphi自带的Indy) 使用协议:TCP/IP 客户端一次发送65000字节的包,服务端负责组装并处理数据粘连。 使用ReadBuffer(),Send()函数来接收发送Buffer内字节,这样作的目的是使程序具有更好的灵活性。你可以自定义Buffer内那些字节的含义,例如是字符串、图像、声音、命令等等。 文件的多线程读写采用windows内存映像技术。 关键的服务器处理函数IdTCPServer1Execute(AThread: TIdPeerThread)是非线程安全的。如果使用临界区,那么多线程将在这里串行执行,严重降低多线程效率。对此,我采用一个简单的办法,具体可以看程序。-be in the box so many friends selfless help and really grateful! Many friends in the search for multi-threaded network transmission code, for from my development of the network and dominoes game sorted out the dedicated people :) development environment : Delphi7.0 WinXP, useless other controls (except for the Delphi Indy own) use agreement : TCP / IP client to send a 65,000-byte packets, the server is responsible for assembling and processing data adhesion. Use ReadBuffer (), Send () function to receive this Buffer byte, for the purpose of this is to make procedures better flexibility. You can define Buffer byte within the meaning of those, such as strings, images, sounds, etc. order. The documents used to read and write multi-threaded windows memory mapping technology. Key server functio
Update : 2008-10-13 Size : 54717 Publisher : tom

一款集Flashget和BT优点于一身的新型P2P下载软件。它在多线程下载的同时,摆脱了传统P2P软件只能在客户端进行点对点内容传递的局限性,即在没有其它(种子)用户分享资源的时候,讯雷一样能对有网络镜像的流行游戏和电影实现多服务器超速下载,并在下载的过程中,讯雷会动态地实现互连网上的智能路由和下载源的实时筛选,从而,保证下载效率的最大优化,更快的速度,更高的下载成功率,和更大的可扩展性。同时,Thunder支持页面右键点击下载、断点续传等大家熟悉的下载功能....... 迅雷5.1.5.189 (2006.3.20) =========================== * 增加了预下载功能 * 增加了热门推荐功能 * 修正了资源数显示错误的问题 * 修正了文件取名错误的问题-new set Flashget and BT advantages in a new peer-to-peer downloading software. Its multi-threaded download at the same time, out of the traditional peer-to-peer software on the client side only for point-to-point transmission of the content limitations, in the absence of other (seed) users sharing of resources, just as mine appear to be mirroring the popular network games and movies multi-speed download server, and download of course, mine would appear to achieve dynamic interconnection of intelligent routing online and download the source of real-time screening, thereby, ensuring the greatest efficiency download optimization, faster speed, higher download success rate, and greater scalability. Meanwhile, Thunder support pages Right click on the download, such as HTTP familiar with the dow
Update : 2008-10-13 Size : 4681142 Publisher : 江露

简单的多线程WEB服务器,借鉴了<自顶向下方法_计算机网络>里的程序.用java写的.-simple multi-threaded Web server, a reference
Update : 2008-10-13 Size : 1294 Publisher : 赵燕

使用c++实现聊天程序服务器端,支持多线程编程以及和数据库的连接.-use of procedures to achieve Chat server to support multi-threaded programming and database and connectivity.
Update : 2008-10-13 Size : 12397 Publisher : zhang

断点续传和多线程下载,可实现大文件传输.没有采用普遍的客户端,服务器方式,是一个对称性的文件传输器.基于TCP/IP-HTTP and multi-threaded download, enabling large file transfer. Not used widely client, server mode is a symmetry of the file transfer. Based on TCP / IP
Update : 2008-10-13 Size : 120264 Publisher : wangxue

本代码主要实现了通过多线程来并行和多个时间服务器进行通信及同步-the main source of multi-threaded and parallel to a number of server time and synchronous communications
Update : 2008-10-13 Size : 1051 Publisher : 郭树印

非常好的Socket多线程编程例子,可用作客户端或者服务端,可以实现TCP或者UDP通信,可以同时创建n个线程-very good example of multi-threaded programming, can be used as a client or server, can achieve a TCP or UDP communications, it will also create threads n
Update : 2008-10-13 Size : 48757 Publisher : 万青

Pablo s FTP Server is a multi threaded FTP server for Windows 98/NT/XP. It comes with an easy to use interface and can be accessed from the system tray. The server handles all basic FTP commands and offers easy user account management and support for virtual directories.
Update : 2008-10-13 Size : 123798 Publisher : 田田

本程序服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与-the server and client presentation by Socket Interface (TCP) connections. Java use in presentation interface is quite simple. Java API sets to address the communications interface provides a type java.net.Socket. , make preparation network applications relatively easily. Multi-threaded servers to meet the multi-user request, and through JDBC
Update : 2008-10-13 Size : 1655249 Publisher : jmz

MyICQ是一套完全公开源代码的即时通讯软件,包括服务器端和客户端,可以用于互联网或局域网中。可以运行在Windows或Linux(KDE/Qt)操作系统上,这是Windows的客户端。MyICQ完全支持服务器之间的松散连接,这意味着任何人都可以在Internet上架设自己的服务器。群组功能使您能够享受到聊天室和网络游戏所带来的快乐。 --------------- 基本功能特点 --------------- 采用MySQL数据库 日志文件 配置文件 NT服务 数据库查询部分采用多线程 系统管理员(MyICQ# = 10000)可以发送广播消息给所有在线和离线的用户 客户端与服务器的通讯采用DES的加密算法 支持服务器松散连接 群组功能,包括聊天室和游戏大厅-MyICQ is a completely open-source instant messaging software, including server and client, can be used for the Internet or LAN. Can run on Windows or Linux (KDE / Qt) operating systems, This is the Windows client. MyICQ fully support server link between the loose, This means that anyone can set up in their own Internet server. Functional groups so that you can enjoy chat rooms and online games from happiness. --------------- Basic features using My --------------- SQL database log file configuration file NT server database query part of a multi-threaded system administrator (MyIC Q # = 10000) can be sent to all broadcast news online and offline user client and server communications using DES encryption algorithm support server function loosely connected groups, including chat rooms and gam
Update : 2008-10-13 Size : 745709 Publisher : ahhfwrx

DL : 0
Easy FTP Server 是一款独立的多线程 FTP 服务器软件,提供了高级的功能和安全性。该软件的界面简单直观,带有用于管理用户、配置和安全性设置的有组织的模块。支持所有基本的 FTP 命令以及多样化的目录、IP 地址拦截、服务器统计表和远程管理功能。它可以被非熟练用户简单地设置,并且还提供了高级的管理选项。-Easy FTP Server is one independent multi-threaded FTP server software. Senior provide the functionality and security. The software interface is simple and intuitive, with the management of the users, configuration and security of organized installed modules. Supports all basic FTP commands and diverse catalog of IP addresses interception, TAB and remote server management functions. It can be simple and non-skilled users to install, and also provided the senior management options.
Update : 2008-10-13 Size : 613179 Publisher : oryacht

多线程的Telnet服务.实现了多线程的Telnet服务,运行本程序后,客户端可以通过Telnet登陆服务器,并实现多人聊天.-multithreading Telnet services. , A multi-threaded Telnet services, the operating procedures, Client landing through Telnet server, and to achieve more than chatting.
Update : 2008-10-13 Size : 205637 Publisher : 刘季
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 32 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.